To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
Hi,
I am fairly new to scripting, so please forgive any ignorance I may show. My question is this: I have been told that one can write a script like:
Set Position of Shape whose Color is {0,0,0} to {50,25}
In this script, the shape is specified via its color property. Upon examination of FWMScriptable however, I can only specify elements by index et. al. and the name property only. Does the OpenDoc scripting archictecture support object specification by any object property? If it does, then do I need to override GetContainedObject in order to resolve objects by properties other than name?